[Manager Summary]
Initializes a custom print dialog box.
OSStatus PMPrintDialogInit(PMPrintSettings printSettings, PMDialog *newDialog)
PARAMETERS
printSettings
- A PMPrintSettings object previously created by your application for this printing session.
newDialog
- A pointer to a PMDialog object. On return, this initialized object can be used by your application when customizing a print dialog box.
- function result
- A result code. See Result Codes.
DISCUSSION
After calling PMPrintDialogInit, you can alter the print dialog box by adding your own items. Use the PMPrintDialogMain function to display the dialog box.
CARBON PORTING NOTES
The PMPrintDialogInit function replaces the Printing Manager function PrJobInit.
SPECIAL CONSIDERATIONS
A new panel interface under development will replace any need to use PMPrintDialogInit.
Last modified: 5/7/99. Status: Draft Copyright 1999 Apple Computer, Inc. All rights reserved.